Click or drag to resize

ServiceRemoveImContactFromGroup Method

Removes the im contact from group.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response RemoveImContactFromGroup(
	ItemId groupId,
	ItemId contactId
)

Parameters

groupId
Type: Independentsoft.ExchangeItemId
The group identifier.
contactId
Type: Independentsoft.ExchangeItemId
The contact identifier.

Return Value

Type: Response
Response.
See Also